PolysiliconMode
Members
The mode of polysilicon, used in the Polysilicon
part.
It can be any of the following strings: Activate
, Deactivate
, FlipFlop
.
Luau Type
This is the luau type for PolysiliconMode
. It may help clear up mistranslations from the raw data to the wiki page (as it is an automatic process).
export type PolysiliconMode = "Activate" | "Deactivate" | "FlipFlop"